home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / text / hyper / hsc.lha / hsc / grafflwerk / StripNastyChars.hsc < prev    next >
Text File  |  1997-10-12  |  455b  |  19 lines

  1. <*
  2.  * StripNastyChar.hsc
  3.  *
  4.  * This document provides an advanced example usage of <$exec>.
  5.  * For details refer to the main documentation.
  6.  *>
  7.  
  8. <HTML><HEAD><TITLE>Strip Nasty Characters</TITLE></HEAD><BODY>
  9.  
  10. <$define nasty-data:string="This#Text|Contains!Ñâ§ïÿ/Characters">
  11. <$define clean-data:string>
  12.  
  13. <$exec COMMAND=("rx StripNastyChars.rexx " + nasty-data) ATTRIBUTE=clean-data>
  14.  
  15. Converted "<(nasty-data)>"
  16. to        "<(clean-data)>".
  17.  
  18. </BODY></HTML>
  19.